github.com/andybalholm/brotli.ringBuffer.total_size_ (field)

5 uses

	github.com/andybalholm/brotli (current package)
		ringbuffer.go#L22: 	total_size_ uint32
		ringbuffer.go#L39: 	*(*uint32)(&rb.total_size_) = rb.size_ + rb.tail_size_
		ringbuffer.go#L94: 	if rb.cur_size_ < rb.total_size_ {
		ringbuffer.go#L96: 		ringBufferInitBuffer(rb.total_size_, rb)
		ringbuffer.go#L117: 			copy(rb.buffer_[masked_pos:], bytes[:brotli_min_size_t(n, uint(rb.total_size_-uint32(masked_pos)))])